Operator: Cosine-Affine-Gate (Fused CUDA Kernel)

Definition
- z = x * scale + bias
- m = cos(z)
- g = sigmoid(alpha * m + beta)
- y = x * g

Goal
- Elementwise fusion with periodic feature; target ≥1.30x speedup.
